home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Utilities / MountDos12 / MountDos12.readme < prev   
Encoding:
Text File  |  2000-12-04  |  2.3 KB  |  61 lines

  1. Short:    Read & list/mount MS-Dos partition-table.
  2. Author:   sintonen@iki.fi (Harry "Piru" Sintonen)
  3. Uploader: sintonen@iki.fi (Harry "Piru" Sintonen)
  4. Type:     disk/misc
  5. Requires: OS 2.04+
  6. Version:  1.2
  7.  
  8. MountDos12
  9.  
  10. This is version 1.2 (third, improved release) of MountDos.
  11. MountDos reads the entire partition table of an MS-Dos HD (or alike:
  12. ZIP/JAZZ) connected to the Amiga (either IDE or SCSI). It can (optional)
  13. do three things:
  14.  - List the contents of the partition table
  15.  - Generate mountlists for the entries in the partition table
  16.  - Automatic mount all partitions in the table which are supported by
  17.    CrossDOS or fat95.
  18. The device and unit can be specified. Extended partitions are supported.
  19. Source is included (in 'AmigaE'). Kickstart 37+.
  20.  
  21.  
  22. New in v1.2
  23. -----------
  24.  
  25. o bugfixes
  26.   - The Workbench startup was broken in v1.1, fixed.
  27.  
  28. o improvements
  29.   - Added dozens of new partition identifiers.
  30.   - Added FAT32 support with fat95 (disk/misc/fat95.lha).
  31.   - Added 'StackSize = 2048' for mountlists.
  32.   - Added "MaxTransfer" and "Buffers" keywords to generated mountlists,
  33.     default maxtransfer is 0xfffe00 and buffers is 20.
  34.   - Changed mountlist "BufMemType" from MEMF_ANY to MEMF_PUBLIC.
  35.   - The new options (and tooltypes):
  36.  
  37.     MAXTRANSFER   MaxTrasfer for the mountlists, in hex or decimal
  38.     BUFFERS/N     Buffers to use per mounted partition
  39.     FAT95/S       Mount the partition using fat95 instead of CrossDOS
  40.     INCLHIDDEN/S  Include hidden partitions to operation
  41.  
  42.  
  43.     Some old IDE devices misbehave with big MaxTransfer value. If this
  44.     seems to be the problem, use MAXTRANSFER 0x1fe00 or 0xfe00 to fix
  45.     it.
  46.  
  47.     The total memory taken by the 'buffers' depend on the filesystem
  48.     implementation, currently 1 buffer = 512 bytes. Note that the
  49.     filesystem might round up the given value.
  50.  
  51.     Now you can mount FAT32 drives with the excellect (and free!) fat95
  52.     filesystem. No longer 4gig disk limit! Download disk/misc/fat95.lha
  53.     and copy the filesystem to l:. Now you can specify FAT95 switch to
  54.     use l:fat95 instead of l:CrossDOSFileSystem. Also, as a bonus, fat95
  55.     give long filename support (upto 65 chars).
  56.  
  57.     In some cases DOS hard disk might have hidden partitions. INCLHIDDEN
  58.     option can be used with LIST, GENERATE and MOUNT to include these
  59.     hidden partitions.
  60.  
  61.